Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Managing View Hints Objects


Q3ViewHints_GetDimensions

You can use the Q3ViewHints_GetDimensions function to get the dimensions associated with a view hints object.

TQ3Status Q3ViewHints_GetDimensions (
TQ3ViewHintsObject viewHints, 
unsigned long *width, 
unsigned long *height);
viewHints
A view hints object.
width
On exit, the width of the specified view hints object.
height
On exit, the height of the specified view hints object.
DESCRIPTION
The Q3ViewHints_GetDimensions function returns, in the width and height parameters, the current width and height associated with the view hints object specified by the viewHints parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996